projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eef02a
)
(backward-word): Doc fix.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 4 Sep 2001 08:37:35 +0000
(08:37 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 4 Sep 2001 08:37:35 +0000
(08:37 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 6d47c4750e38bfb48f23ea73f7cfba5001e78b1f..8d2a5707898a60780ac6aa310e4dbc21c4df66a6 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2787,7
+2787,7
@@
With argument 0, interchanges line point is in with line mark is in."
(insert word2)))
(defun backward-word (arg)
- "Move backward until encountering the
end
of a word.
+ "Move backward until encountering the
beginning
of a word.
With argument, do this that many times."
(interactive "p")
(forward-word (- arg)))